PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPRemoteProcedure

When calling the MPRemoteCall function the remote procedure call (that is, the application-defined function) you want to designate must have the following type definition:

typedef void* (*MPRemoteProcedure)(void *parameter);

See MyRemoteProcedure for more information about how to implement the application-defined function.

VERSION NOTES

Introduced with Multiprocessing Services 2.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)